fixed indentation and misplaced ' spotted by Jan Heller.
authorØyvind Kolås <ok@src.gnome.org>
Thu, 12 Jun 2008 22:01:07 +0000 (22:01 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Thu, 12 Jun 2008 22:01:07 +0000 (22:01 +0000)
* docs/index-static.html.in: fixed indentation and misplaced ' spotted
by Jan Heller.

svn path=/trunk/; revision=334

ChangeLog
docs/index-static.html.in

index 8a30005a647c5cd38891a79c7b813cd2867f8ebf..8a61e916260880459aa19ed6a0bfb91f33d10970 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-12  Øyvind Kolås  <pippin@gimp.org>
+
+       * docs/index-static.html.in: fixed indentation and misplaced ' spotted
+       by Jan Heller.
+
 2008-06-12  Øyvind Kolås  <pippin@gimp.org>
 
        * docs/index-static.html.in: moved the BABL_TOLERANCE documentation
index 2515405f264e3554bc4a153001b7ac98c70f8509..eb8cf6480a32493f7c3486a0003e85aaa7262222 100644 (file)
     created during BablCore bootstrap is <em>RGBA</em> (linear light RGB,
     0.0 - 1.0, with a linear 0.0 - 1.0 opacity channel) backed by the
     <em>double</em> datatype. Defined similarily to <a
-    href='http://en.wikipedia.org/wiki/ScRGB_color_space'>scRGB'</a> using
+    href='http://en.wikipedia.org/wiki/ScRGB_color_space'>scRGB</a> using
     64bit floating point.
     </p>
 
@@ -219,7 +219,7 @@ int width = 123, height = 581, pixel_count = width * height;
 
 const Babl *srgb            = <span class='function'>babl_format</span> <span class='paren'>(</span><span class='string'>"R'G'B' u8"</span><span class='paren'>)</span>;
 const Babl *lab             = <span class='function'>babl_format</span> <span class='paren'>(</span><span class='string'>"CIE Lab float"</span><span class='paren'>)</span>;
-const Babl *rgb_to_lab_fish = </span><span class='function'>babl_fish</span> <span class='paren'>(</span> srgb, lab);
+const Babl *rgb_to_lab_fish = </span><span class='function'>babl_fish</span> <span class='paren'>(</span>srgb, lab);
 
 float         *lab_buffer;
 unsigned char *srgb_buffer;